home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / actform / frmtab.frm < prev    next >
Text File  |  1999-05-21  |  3KB  |  81 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
  3. Object = "{D03D0B40-1D01-11D2-9399-E83A09C10000}#1.0#0"; "RESIZE.OCX"
  4. Begin VB.Form frmTab 
  5.    Caption         =   "Demo Anchor Mode"
  6.    ClientHeight    =   4125
  7.    ClientLeft      =   105
  8.    ClientTop       =   390
  9.    ClientWidth     =   6030
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   4125
  12.    ScaleWidth      =   6030
  13.    StartUpPosition =   3  'Windows Default
  14.    Begin VB.ListBox List1 
  15.       Height          =   1020
  16.       Left            =   480
  17.       TabIndex        =   4
  18.       Top             =   2040
  19.       Width           =   4695
  20.    End
  21.    Begin VB.TextBox Text3 
  22.       Height          =   375
  23.       Left            =   360
  24.       TabIndex        =   3
  25.       Text            =   "Status"
  26.       Top             =   3240
  27.       Width           =   4815
  28.    End
  29.    Begin VB.TextBox Text2 
  30.       Height          =   495
  31.       Left            =   2520
  32.       TabIndex        =   2
  33.       Text            =   "Text2"
  34.       Top             =   1440
  35.       Width           =   2655
  36.    End
  37.    Begin VB.TextBox Text1 
  38.       Height          =   495
  39.       Left            =   480
  40.       TabIndex        =   1
  41.       Text            =   "Text1"
  42.       Top             =   1440
  43.       Width           =   1815
  44.    End
  45.    Begin RESIZELib.Resize Resize1 
  46.       Left            =   360
  47.       Top             =   2280
  48.       _Version        =   131072
  49.       _ExtentX        =   847
  50.       _ExtentY        =   847
  51.       _StockProps     =   0
  52.       ResizeInfo      =   "frmTab.frx":0000
  53.       MinWidth        =   5000
  54.       MinHeight       =   4000
  55.    End
  56.    Begin ComctlLib.TabStrip TabStrip1 
  57.       Height          =   3735
  58.       Left            =   120
  59.       TabIndex        =   0
  60.       Top             =   240
  61.       Width           =   5535
  62.       _ExtentX        =   9763
  63.       _ExtentY        =   6588
  64.       _Version        =   327682
  65.       BeginProperty Tabs {0713E432-850A-101B-AFC0-4210102A8DA7} 
  66.          NumTabs         =   1
  67.          BeginProperty Tab1 {0713F341-850A-101B-AFC0-4210102A8DA7} 
  68.             Caption         =   "Test 1"
  69.             Key             =   ""
  70.             Object.Tag             =   ""
  71.             ImageVarType    =   2
  72.          EndProperty
  73.       EndProperty
  74.    End
  75. End
  76. Attribute VB_Name = "frmTab"
  77. Attribute VB_GlobalNameSpace = False
  78. Attribute VB_Creatable = False
  79. Attribute VB_PredeclaredId = True
  80. Attribute VB_Exposed = False
  81.